﻿@charset "utf-8";

.module0333{
	width:100vw;
	height:100vh;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.module0333_tit{
	position: relative;
	z-index: 2;
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	padding-top: 6.25rem;
}
.module0333_tit font{ color: var(--FontWhiColor);}

.module0333_list{
	width:100vw;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.module0333_con{
	width:100%;
	height: 100%;
}

.module0333_img{
	width:100%;
	height:100vh;
	font-size: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.module0333_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0333_nei{
	width:73vw;
	width:var(--mainwidth);
	height: 100vh;
	margin:0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.module0333_biao{
	font-size:1.625rem;
	color: var(--FontWhiColor);
}
.module0333_xian{
	width: 2rem;
	height: 2px;
	background: var(--FontWhiColor);
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.module0333_come{
	width: 45%;
	height: 6rem;
	overflow: hidden;
	color: var(--FontWhiColor);
	font-size: 1rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	line-height: 2rem;
}
.module0333_more{
	margin-top: 4.5rem;
}
.module0333_more a {
    font-size: 1rem;
    display: block;
    width: 10rem;
    line-height: 3.4375rem;
    color:var(--FontWhiColor);
    background:var(--OneColor);
    text-align: center;
    position: relative;
}
.module0333_more a img {
    margin-left: 0.625rem;
    position: relative;
    t-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
}
.module0333_more a:hover img {
  right: -0.75rem;
}

.module0333_mune{
		width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.module0333_mune:after{
	content: '';
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.1);
	position: absolute;
	top: 1.875rem;
	left: 0;
		
}
.module0333_mune a{
	display: block;
	cursor: pointer;
}
.module0333_mune a.module0333_mune_a .module0333_biaotu:after{
	opacity: 1;
}
.module0333_mune a.module0333_mune_a .module0333_biaotu img{
	transform: scale(0.8);
}

.module0333_biaotu{
	width: 3.75rem;
	height: 3.75rem;
	border-radius:50%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module0333_biaotu:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	border-radius:50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}
.module0333_biaotu img{
	position: relative;
	z-index: 2;
	max-width: 3rem;
	max-height: 3rem;
}
.module0333_zia{
	color: var(--FontWhiColor);
	font-size: 1rem;
	text-align: center;
	line-height: 2.5rem;
}




@media screen and (max-width:1023px)and (min-width:300px){

.module0333_tit{
	width:96vw;
	padding-top: 6.25rem;
}


.module0333_nei{
	width:96vw;
}
.module0333_mune{
		width:96vw;
}

.module0333_mune a.module0333_mune_a .module0333_biaotu img{
	transform: scale(0.8);
}



}
